home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / shane.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  411 b   |  15 lines

  1. on exitFrame
  2.   global end
  3.   set the movieRate of sprite 5 to 0
  4.   if the directToStage of cast "GREET.MOV" = 0 then
  5.     set the directToStage of cast "GREET.MOV" to 1
  6.   end if
  7.   if the sound of cast "GREET.MOV" <> 1 then
  8.     set the sound of cast "GREET.MOV" to 1
  9.   end if
  10.   set end to the duration of cast "GREET.MOV"
  11.   if the movieRate of sprite 5 <> 1 then
  12.     set the movieRate of sprite 5 to 1
  13.   end if
  14. end
  15.